projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696e615
)
fix help for cargo rustc -p
author
Benno Fünfstück
<benno.fuenfstueck@gmail.com>
Sun, 17 Jul 2016 18:01:20 +0000
(20:01 +0200)
committer
Benno Fünfstück
<benno.fuenfstueck@gmail.com>
Sun, 17 Jul 2016 18:01:20 +0000
(20:01 +0200)
src/bin/rustc.rs
patch
|
blob
|
history
diff --git
a/src/bin/rustc.rs
b/src/bin/rustc.rs
index cc029c0a4898745b75ac8571b6efa2548d221571..cce7a12d86924c28e332ca45a468b3099e9e3947 100644
(file)
--- a/
src/bin/rustc.rs
+++ b/
src/bin/rustc.rs
@@
-35,7
+35,7
@@
Usage:
Options:
-h, --help Print this message
- -p SPEC, --package SPEC
The profile to compile for
+ -p SPEC, --package SPEC
Package to build
-j N, --jobs N Number of parallel jobs, defaults to # of CPUs
--lib Build only this package's library
--bin NAME Build only the specified binary